* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    min-width: 1200px;
    font-family: '微软雅黑';
    background-color: #ffffff;
}
a {
    color: inherit;
    text-decoration: none;
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.por{
    position: relative;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
*,*:hover,*:active,*:visited,*:link,*:focus{
    outline:none;
    background: none;
    text-decoration: none;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ft{
    float: left;
}
.rt{
    float: right;
}
/*xlt-k*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track
{
    background-color: #313131;
}

::-webkit-scrollbar-thumb
{
    background-color: #287eb7;
}
/*xlt-g*/
/*----------------------*/


.pub_banner{
    /*margin-top: 135px;*/
}

.colour{
    color: #287eb7!important;
}

.head{
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    z-index: 99;
    transition: all 0.5s;
    border-top: 5px solid #287eb7;
}
.head:before{
    content: " ";
    display: block;
    width: 0%;
    height: 100%;
    background: #287eb7;
    position: absolute;
    z-index: 0;
    transition: all .5s;
    top: 0;
}
.head .logo{
    float: left;
    /*width: 30%;*/
}
.head-right{
    float: right;
    width: 75%;
}
.head .contact{
    margin: 15px 0;
}
.head .contact .dialogue{
    width: 25px;
    height: 25px;
    background: url(../image/dialogue.png)no-repeat center;
    float: right;
    margin-right: 10px;
}
.head .contact .cot{
    height: 25px;
    line-height: 25px;
    float: right;
    color: #ffffff;
    font-size: 12px;
    padding-left: 30px;
    letter-spacing: 1px;
    background: url(../image/head_telephone.png)no-repeat left;
}
.head-change:before{
    width: 100%;
}

.head-menu{
    text-align: right;
}
.head-menu .CAli{
    display: inline-block;
    transition: all 0.1s;
}
.head-menu .CAli .CAa{
    height: 35px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 25px 0px 0 35px;
}




.foot{
    background-color: #1b1b1b;
}
.foot .ftpd{
    padding: 20px 0;

}
.foot .ftml{
    float: left;
    padding: 20px 0;
    width: 325px;
    text-align: center;
}
.foot .ftml .ftlogo{
    margin-top: 50px;
    display: inline-block;
}
.foot .ftml .ftmlist{
    float: left;
}
.foot .ftml .ftmlist ul{
    float: left;
}
.foot .ftml .ftmlist ul li{
    height: 35px;
    margin-left: 30px;
    width: 100px;
    overflow: hidden;
}
.foot .ftml .ftmlist ul li a{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}
.foot .ftml .ftmlist ul li .bt{
    font-weight:bold
}
.foot .ftct{
    float: left;
    padding: 20px 30px 20px 90px;
    width: 450px;
    border-right: 1px solid #7c7c7c;
}
.foot .ftct p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}
.foot .ftewm{
    float: left;
    padding: 45px 0 45px 30px;
}
.foot .ftewm .sys{
    writing-mode: tb-rl;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    float: left;
    margin-top: 28px;
}
.foot .ftewm .ewm{
    float: left;
    margin-left: 25px;
}
.foot .ftbt{
    width: 1200px;
    height: 60px;
    border-top: 1px solid #7c7c7c;
}
.foot .ftbt p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 60px;
    text-align: center;
}







.text_color_black{
    color: #555555;
}
.text_color_white{
    color: #ffffff;
}
.text_color_blue{
    color: #00479d;
}
.public_tit{
    text-align: center;
    padding: 55px 0;
}
.public_tit .public_tit_img{
    height: 100px;
    margin-bottom: 30px;
}
.public_tit .public_tit_nr{
    font-size: 18px;
}
.ptimg1{
    background: url(../image/public_tit1.png)no-repeat center;
}
.ptimg2{
    background: url(../image/public_tit2.png)no-repeat center;
}
.ptimg3{
    background: url(../image/public_tit3.png)no-repeat center;
}
.ptimg4{
    background: url(../image/public_tit4.png)no-repeat center;
}




.in_about{
    padding: 35px 0;
}
.in_about .search{
    position: relative;
}
.search .search_fl{
    width: 305px;
    float: left;
    height: 100px;
    background: url(../image/search_fl.png)no-repeat 30px;
    background-color: #535353;
    padding-left: 100px;
    line-height: 30px;
    padding-top: 18px;
    letter-spacing: 1px;
}
.search .search_fl .ny1{
    font-size: 14px;
    color: #ffffff;
}
.search .search_fl .ny2{
    font-size: 22px;
    color: #ffffff;
}

.search .search_fr{
    width: 895px;
    background-color: #287eb7;
    float: right;
    height: 100px;
}
.search .search_fr .search_fr_gjc{
    font-size: 14px;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #ffffff;
    width: 575px;
    padding:  0 0 0 50px;
    margin: 32.5px 0;
    float: left;
}
.search .search_fr .search_fr_gjc span{
    font-weight: bold;
}

.search .search_fr .search_fr_ss{
    float: left;
    margin: 32.5px 10px 0 30px;
}
.search .search_fr .search_fr_ss .ipt1{
    width: 215px;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    float: left;
}
.search .search_fr .search_fr_ss .ipt1::-webkit-input-placeholder{
    color: #ffffff;
}
.search .search_fr .search_fr_ss .bot1{
    width: 20px;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background: url(../image/search_fr_ssbt.png)no-repeat center;
    float: left;
}

.inab_intro{
    background: url(../image/inab_intro.jpg)no-repeat center;
    height: 360px;
    margin: 50px 0 30px;
}
.inab_intro .iinyall{
    width: 520px;
    padding-top: 80px;
    margin: 0 0 0 615px;
}
.inab_intro .iinyall .iab1{
    font-size: 24px;
    color: #333333;
}
.inab_intro .iinyall .iab2{
    font-size: 14px;
    color: #333333;
    margin: 45px 0;
    line-height: 2;
}
.inab_intro .iinyall .iab3{
    font-size: 14px;
    color: #287eb7;
}




.in_pro{
    background-color: #eeeeee;
    padding: 30px 0;
}


.pro_f{background: url(../image/fl_bj.jpg) no-repeat;height: 236px;margin-bottom: 50px;}
.pro_f .tit{float:left;width:240px;text-align: center;padding-top:103px;}
.pro_f .tit h2 {font-size:24px;color: #fff;font-weight: bold;height: 34px;line-height: 34px;}
.pro_f .tit em{text-transform: uppercase;color: #aad4b9;}
.pro_f .nr{float:left;width:880px;padding-top:10px;padding-left:41px;}
.pro_f .nr li{height: 70px;line-height: 70px;border-bottom:1px solid #ededed;overflow: hidden;}
.pro_f .nr li:last-child{border:0;}
.pro_f .nr li h3{float:left;width:131px;text-align: center;font-size:16px;color: #4c4c4c;background: url(../image/fl_ico1.jpg) no-repeat right center;}
.pro_f .nr li h3 a{color: #4c4c4c;}
.pro_f .nr li p{float:right;width:685px;}
.pro_f .nr li p a{display: inline-block;width:130px;padding-left:15px;font-size:14px;color: #333333;
    background: url(../image/fl_ico2.png) no-repeat left center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
    transition: all 0.3s;
}
.pro_f .nr li p a:hover{background: url(../image/fl_ico2_hv.png) no-repeat left center;color: #287eb7;}



.list1 {
    background: #f2f2f2;
}

.pro_bj {
    padding-top: 90px;
    height: 2622px;
    overflow: hidden;
    box-sizing: border-box;
}

.pro .titis h2 {
    background: url(../images/pro_tt.png) no-repeat center top;
    height: 111px;
}

.pro .titis p {
    padding: 0;
}

.pro_nr .pro_a {
    height: 420px;
    background: #fff;
    margin-bottom: 36px;
    position: relative;
}

.pro_nr dd {
    float: left;
    width: 560px;
    height: 420px;
    padding-top: 25px;
    box-sizing: border-box;
}

.pro_nr dd h3 {
    height: 58px;
    font-weight: normal;
}

.pro_nr .sz {
    display: inline-block;
    background: url(../image/pro_ico3.png) no-repeat left center;
    height: 58px;
    box-sizing: border-box;
    padding: 15px 30px 0 0;
    line-height: 43px;
    font-size: 32px;
    color: #fff;
    margin-left: -10px;
    width: 108px;
    text-align: right;
    float: left;
    letter-spacing: 2px;
}

.pro_nr dd h3 a {
    font-size: 24px;
    color: #333333;
    padding: 15px 0 0 15px;
    line-height: 43px;
    display: inline-block;
}

.pro_nr dd .nr{
    height: 75px;
    margin: 20px 0 10px 50px;
    width: 465px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 25px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.pro_nr dd i a {
    display: block;
    background: url(../image/pro_ico1.png) no-repeat center;
    width: 55px;
    height: 25px;
    float: right;
    margin-right: 50px;
}

.pro_nr dd i a:hover {
    background: url(../image/pro_ico1_hv.png) no-repeat center;
}

.pro_gd {
    background: #f5f5f5;
    height: 180px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 560px;
}

.pro_gd h4 {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #333333;
    margin: 25px 0 20px;
    border-left: 5px solid #287eb7;
    padding-left: 30px;
}
.pro_gd ul {
    padding-left: 30px;
}
.pro_gd li {
    float: left;
    border: 1px solid #959595;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 15px;
    color: #333333;
    width: 150px;
    margin: 0 15px 15px 0;
    text-align: center;
    overflow: hidden;
}
.pro_gd li a {
    display: block;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.pro_gd li:hover {
    border: 1px solid #287eb7;
    background-color: #287eb7;
}

.pro_gd li:hover a {
    color: #ffffff;
}

.pro_nr dt {
    float: right;
    width: 640px;
    overflow: hidden;
    height: 420px;
}

.pro_nr dt img {
    width: 640px;
    height: 420px;
    transition: all 1s;
}

.pro_nr dl:hover dt img {
    transform: scale(1.1);
}

.pro_nr .pro_a:nth-child(2n) dt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.pro_nr .pro_a:nth-child(2n) dd {
    position: absolute;
    right: 0;
    top: 0;
}

.pro_nr .pro_a:nth-child(2n) dd h3 {
    text-align: right;
}

.pro_nr .pro_a:nth-child(2n) .sz{
    float: right;
    background: url(../image/pro_ico4.png) no-repeat;
    margin: 0 -10px 0 0;
    text-align: left;
    padding-left: 30px;
}

.pro_nr .pro_a:nth-child(2n) dd h3 a {
    padding-right: 10px;
}

.pro_nr .pro_a:nth-child(2n) dd p {
    text-align: right;
    padding: 25px 0 0 69px;
}

.pro_nr .pro_a:nth-child(2n) .pro_gd {
    left: auto;
    right: 0;
}




.in_case{
    background: url(../image/anliebeij.jpg) no-repeat center;
    height: 425px;
    position: relative;
}

.incs_lx{
    margin-top: 17px;
}
.incs_lx .incs_lx_fl{
    width: 600px;
    float: left;
    letter-spacing: 2px;
    margin-top: 60px;
}
.incs_lx .incs_lx_fl .ilf1{
    font-size: 36px;
    color: #287eb7;
    float: right;
}
.incs_lx .incs_lx_fl .ilf2{
    font-size: 18px;
    color: #ffffff;
    float: right;
    margin-top: 13px;
}
.incs_lx .incs_lx_fl .ilf3{
    width: 400px;
    height: 1px;
    display: block;
    background-color: #a0a0a0;
    float: right;
    margin-top: 20px;
    margin-left: 30px;
}
.incs_lx .incs_lx_fr{
    width: 600px;
    height: 150px;
    background-color: #287eb7;
    float: right;
}
.incs_lx .incs_lx_fr .ilf1{
    width: 90px;
    height: 90px;
    background: url(../image/ilf1.png) no-repeat center;
    float: left;
    margin: 30px;
}
.incs_lx .incs_lx_fr .ilf2{
    float: left;
    margin: 30px;
}
.incs_lx .incs_lx_fr .ilf2 .ilf2p1{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}
.incs_lx .incs_lx_fr .ilf2 .ilf2p2{
    font-size: 36px;
    color: #ffffff;
}
.incs_lx .incs_lx_fr .ilf3{
    float: left;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #ffffff;
    margin-top: 68px;
}



.in_case_list{
    position: relative;
    background-color: #eeeeee;
}

.case_arrow div:hover{
    background-color: #287eb7;
}
.case_arrow .ina_arrow1{
    position: absolute;
    left: 410px;
    top: 265px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #e5e5e5;
    cursor: pointer;
    transition: all .3s;
}
.case_arrow .ina_arrow2{
    position: absolute;
    left: 475px;
    top: 265px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #e5e5e5;
    cursor: pointer;
    transition: all .3s;
}
.icl_box{
    position: relative;
}
.icl_box .cot{
    width: 600px;
    height: 380px;
    float: left;
    background-color: #ffffff;
    padding: 70px;
}
.icl_box .cot .tit{
    font-size: 24px;
    color: #333333;
    height: 25px;
    line-height: 25px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.icl_box .cot .iny{
    font-size: 14px;
    color: #333333;
    margin: 40px 0;
    height: 90px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.icl_box .cot .ck{
    font-size: 14px;
    color: #ffffff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #287eb7;
    border-radius: 10px;
}
.icl_box .img{
    width: 600px;
    height: 380px;
    float: right;
    overflow: hidden;
}
.icl_box:hover .img img{
    transform:scale(1.1)
}

.icl_menu{
    margin-top: 30px;
}
.icl_menu ul li{
    border: 2px solid #d2d2d2;
    width: 282px;
    height: 180px;
    float: left;
    margin-right: 24px;
    position: relative;
    transition: all .3s;
}
.icl_menu ul li:nth-child(4n){
    margin-right: 0;
}
.icl_menu ul .on{
    border: 2px solid #287eb7;
}
.icl_menu ul .on:before{
    content: " ";
    display: block;
    height: 25px;
    width: 25px;
    background: url(../image/icl_menuon.png) no-repeat center;
    position: absolute;
    left: 48%;
    bottom: -13px;
    transition: all .3s;
}


.in_strength{
    background-color: #eeeeee;
    padding-bottom: 70px;
}
.strength_all{

}
.strength_menu{
    padding-top: 50px;

}
.strength_menu ul li{
    padding-top: 35px;
    border-top: 1px dashed #ccc;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #333333;
    position: relative;
}
.strength_menu ul li:before{
    content: " ";
    display: block;
    height: 25px;
    width: 25px;
    background: url(../image/strength_menu.png) no-repeat center;
    position: absolute;
    left: 45%;
    top: -13px;
}
.strength_menu .on{
    color: #287eb7;
}
.strength_menu .on:before{
    background: url(../image/icl_menuon.png) no-repeat center;
}



.in_news{
    background: url(../image/xinwenbeij.jpg) no-repeat center;
    height: 890px;
    position: relative;
}
.in_news_all{
    background-color: #ffffff;
}
.ina_fl{
    width: 750px;
    height: 500px;
    float: left;
    box-shadow: 0px 0px 20px 0px #ededed
}
.inimgtop{
    position: relative;
}
.inimgtop .topimg{
    width: 100%;
    height: 184px;
    overflow: hidden;
}
.inimgtop .topnr{
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0 50px;
}
.inimgtop .topnr .topname{
    font-size: 24px;
    color: #ffffff;
    float: left;
}
.inimgtop .topnr .topmore{
    font-size: 18px;
    color: #ffffff;
    float: right;
    margin-top: 5px;
}

.news_mk1{
    padding: 20px 0 15px;
    margin:0 35px ;
    border-bottom: 1px solid #dcdcdc;

}

.news_mk1 .nmk1cot{
    margin-bottom: 20px;
}
.news_mk1 .nmk1cot .headlines{
    float: left;
    font-size: 14px;
    color: #ffffff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #287eb7;
    letter-spacing: 3px;
}
.news_mk1 .nmk1cot .nmkl1tit{
    float: left;
    font-size: 18px;
    color: #333333;
    width: 450px;
    height: 30px;
    line-height: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-left: 30px;
    transition: all .5s;
}
.news_mk1 .nmk1cot .nmkl1time{
    float: right;
    font-size: 14px;
    color: #aaaaaa;
    height: 30px;
    line-height: 30px;
}

.news_mk1 .nmk1nr{
    font-size: 14px;
    color: #333333;
    height: 60px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news_mk1:hover .nmkl1tit{
    color: #287eb7;
    padding-left: 10px;
}

.news_mk2{
    padding: 5px 35px 0;
}
.news_mk2 ul li{
    height: 50px;
    line-height: 50px;
}
.news_mk2 ul li .nmk2logo{
    float: left;
    font-size: 24px;
    color: #dcdcdc;
    margin-right: 10px;
    transition: all .5s;
}
.news_mk2 ul li .nmk2tit{
    float: left;
    font-size: 14px;
    color: #333333;
    width: 500px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all .5s;
}
.news_mk2 ul li .nmk2time{
    float: right;
    font-size: 14px;
    color: #333333;
}
.news_mk2 ul li:hover .nmk2logo{
    color: #287eb7;
}
.news_mk2 ul li:hover .nmk2tit{
    color: #287eb7;
    padding-left: 10px;
}



.ina_fr{
    width: 450px;
    float: right;
    padding: 30px 20px 0 40px;
}

.infrtop{
    margin-bottom: 40px;
}
.infrtop .topname{
    font-size: 24px;
    color: #333333;
    float: left;
}
.infrtop .topmore{
    font-size: 18px;
    color: #333333;
    float: right;
    margin-top: 5px;
}


.news_mk3{
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.news_mk3 .nmk3tit{
    font-size: 18px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 10px;
    transition: all .5s;
}
.news_mk3 .nmk3cot{
    font-size: 14px;
    color: #333333;
    height: 50px;
    line-height: 25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.news_mk3:hover .nmk3tit{
    color: #287eb7;
    padding-left: 10px;
}

.news_mk4{

}
.news_mk4 ul li{
    height: 90px;
    border-top: 1px dashed #dcdcdc;
    padding-top: 35px;
}
.news_mk4 ul li:nth-of-type(1){
    border-top: 0;
}
.news_mk4 .nmk4time{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.news_mk4 .nmk4tit{
    font-size: 14px;
    color: #333333;
    transition: all .5s;
}
.news_mk4 ul li:hover .nmk4tit{
    color: #287eb7;
    padding-left: 10px;
}
.in_link{
    height: 50px;
    margin-top: 80px;
}
.in_link .p1{
    font-size: 30px;
    color: #aaaaaa;
    font-weight: bold;
    float: left;
}
.in_link .p2{
    font-size: 14px;
    color: #287eb7;
    float: left;
    padding: 10px 5px 0 20px;
    font-weight: bold;
}
.in_link .iliknall{
    padding: 2.5px 0px 0;
    line-height: 25px;
}
.in_link .iliknall a{
    font-size: 14px;
    color: #555555;
    margin-right: 10px;
}


.bottom_menu{
    background-color: #287eb7;
}
.bottom_menu ul li{
    float: left;
    font-size: 14px;
    color: #ffffff;
    width: 12.5%;
    text-align: center;
}
.bottom_menu ul li a{
    padding: 30px 0;
    display: block;
}

/*---------------*/
.bg-black{
    background-color: #ffffff;
}


.breadcrumbs {
    font-size: 14px;
    color: #333333;
    line-height: 78px;
}
.breadcrumbs .home {
    vertical-align: middle;
    width: 28px;
    height: 24px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.breadcrumbs a{
    margin: 0 10px;
}
.breadcrumbs .gt {
    /*margin: 0 10px;*/
}

.category{
    padding: 10px 0 30px 0;
}

.category ul li {
    display: inline-block;
    color: #333333;
    background-color: #e5e5e5;
    transition: ease-in 0.1s;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
.category ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 45px;
}
.category ul li:hover,
.category ul li.active {
    background-color: #287eb7;
    color: #ffffff;
}
.classa {
    color: #ffffff!important;
    background-color: #287eb7!important;
}
.fourmenu li{
    float: left;
    margin-right: 2%;
}



.single{
    padding: 0px 0px 20px;
}
.single img{
    max-width: 100%;
}









/*fy*/
.paging {
    text-align:center;
    padding: 20px 0 60px;
}
.paging a{
    display: inline-block;
    padding:12px 15px;
    border:1px solid #333333;
    color: #333333;
    border-radius:1px;
    margin:0 8px;
    font-size: 14px;
    transition: ease-in 0.1s;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #287eb7;
    color: #ffffff!important;
    background-color: #287eb7;
}
.currPage{
    border:1px solid #287eb7!important;
    color: #287eb7!important;
}

/*fy*/

.richText {
    padding: 20px 0px 50px;
    font-size: 14px;
}
.richText .title {
    font-size: 22px;
    /*text-align: center;*/
    line-height: 1.5;
    letter-spacing: 1px;
    color: #333333;
}
.richText .times {
    font-size: 13px;
    /*text-align: center;*/
    padding: 25px 0;
    border-bottom: 1px dashed #B2B2B2;
    margin-bottom: 30px;
    color: #333333;
}
.richText .richText_body {
    padding-bottom: 30px;
    border-bottom: 1px dashed #B2B2B2;
}
.richText .richText_body img {
    max-width: 100%;
    max-height: 100%;
}

.upperandlower {
    margin-top: 34px;
    position: relative;
}
.upperandlower .next {
    font-size: 14px;
    color: #333333;
    line-height: 2.4em;
    width: 80%;
    overflow: hidden;
}
.upperandlower .next:hover a {
    color: #287eb7;
}
.upperandlower .history {
    width: 20%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-color: #287eb7;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    border-radius: 5px;
}




.pctlf{
    width: 270px;
    float: left;
}
.pctlf .pctlfmeu{
    width: 270px;
}

.pctlf .pctlfmeu .pcfmt{
    width: 100%;
    padding: 30px 30px;
    background: url(../image/pcfmtlg.png) no-repeat 30px center;
    background-color: #4c4c4c;

}
.pctlf .pctlfmeu .pcfmt .img1{
    float: left;
}
.pctlf .pctlfmeu .pcfmt .p1{
    float: right;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
}
.pctlf .pctlfmeu .pcfml{
    width: 100%;
    background: #eeeeee;
    overflow: hidden;
}
.pctlf .pctlfmeu .pcfml .CAny{
    display: block;
    color: #333333;
    line-height: 30px;
    padding: 15px 55px 15px 30px;
    font-size: 16px;
    position: relative;
    transition: all .3s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.pctlf .pctlfmeu .pcfml .CAny:after {
    position: absolute;
    right: 25px;
    content: "";
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    background: url(../image/yjfllg2.png);
    filter: invert(50%);
    margin: 5px 0 0 0;
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml ul li{
    transition: all 0.2s;

}
.pctlf .pctlfmeu .pcfml ul li:hover{
    background-color: #287eb7;
}
.pctlf .pctlfmeu .pcfml ul li:hover .CAny{
    padding: 15px 50px 15px 40px;
    color: #ffffff;
}
.pctlf .pctlfmeu .pcfml ul li:hover .CAny:after{
    filter: none;
    transform:rotate(450deg);
}
.active{
    background-color: #287eb7!important;
}
.active .CAny{
    background-color: #287eb7!important;
    color: #ffffff!important;
}
.active .CAny:after{
    filter: none!important;
    transform:rotate(450deg);
}



.left-contact {
    width: 100%;
    margin-top: 25px;
}
.left-contact .title {
    background-color: #4c4c4c;
    padding: 30px 30px;
}
.left-contact .title .wxtb{
    width: 35px;
    height: 27px;
    background: url(../image/wxtb.png)no-repeat center;
    float: left;
}
.left-contact .title .tit{
    font-size: 18px;
    color: #ffffff;
    float: right;
    margin-top: 5px;
    letter-spacing: 2px;
}
.left-contact .box {
    border: 1px #e0e0e0 solid;
    margin: 0px 0 30px;
    padding: 15px;
    min-height: 160px;
    color: #666666;
    line-height: 35px;
    font-size: 16px;
}
.left-contact .box b {
    display: block;
    color: #333;
    margin-bottom: 5px;
}
.left-contact .box p {
    color: #333;
    font-size: 13px;
}


.pctlf .pctlfmeu .pcfml .CBny{
    line-height: 50px;
    background-color: #f8f8f8;
}
.pctlf .pctlfmeu .pcfml .CBny a{
    color: #333333;
    border-top: 1px #b2b2b2 dashed;
    padding: 0 40px 0 20px;
    position: relative;
    font-size: 14px;
    display: block;
    width: 90%;
    margin-left: 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml .CBny a:nth-of-type(1){
    border-top: 0px;
}
.pctlf .pctlfmeu .pcfml .CBny a:after{
    content: "";
    display: inline-block;
    float: right;
    width: 22px;
    height: 11px;
    background: url(../image/ejfllg1.png);
    margin: 20px 0 0 0;
    transition: all .5s;
    position: absolute;
    right: 13px;
}
.pctlf .pctlfmeu .pcfml .CBny a:hover{
    padding: 0 40px 0 30px;
    color: #287eb7;
}
.pctlf .pctlfmeu .pcfml .CBny a:hover:after{
    background: url(../image/ejfllg1bs.png);
}
.pctlf .pctlfmeu .pcfml .CBny .on{
    color: #287eb7;
}
.pctlf .pctlfmeu .pcfml .CBny .on:after{
    background: url(../image/ejfllg1bs.png);
}
.yjsele{
    background-color: #287eb7!important;
}
.yjsele .yjfl{
    background-color: #287eb7!important;
}
.yjsele .yjfl:after{
    transform:rotate(90deg);
}





.pctlr{
    width: 900px;
    float: right;
}
.pctlr img{
    max-width: 100%;
}
.pctlr .pctlrtt{
    width: 100%;
    border-bottom: 1px solid #999999;
    padding: 26px 0;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.5;
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;

}


.pctlr .pctlrnr  .pniimg{
    width: 350px;
    float: left;
}

.pctlr .pctlrnr  .pniimg img{
    display: inline-block;
}



.pctlr .pctlrnr .pctlrnrif .pninr{
    float: left;
    width: 870px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .p1{
    padding-top: 50px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .p2{
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 25px;
}



.allls .content {
    padding: 0px 0 30px 0;
}
.allls .content img{
    max-width: 100%;
}

.show {
    line-height: 2;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
    overflow: hidden;
}
.show .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 0 10px;
    color: #287eb7;
}
.show .info {
    margin-bottom: 20px;
    color: #555555;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}



.pctlr .pctlrnr  .pniimg{
    width: 400px;
    float: left;

}

.pctlrnr .pctlrnrif .pninr{
    float: left;
    width: 870px;
}
.pctlrnr .pctlrnrif .pninr .p1{
    padding-top: 50px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.pctlrnr .pctlrnrif .pninr .p2{
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 25px;
}

.pctlr .pctlrnr .pctlrnrxx{
    margin-top: 30px;
    padding-bottom: 60px;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt{
    border-bottom: 1px solid #333333;
    padding: 15px 0;
    margin-bottom: 20px;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt img{
    float: left;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt .pnxttp1{
    float: left;
    font-size: 20px;
    color: #333333;
    margin: 0 15px;
    letter-spacing: 2px;
}
.pctlr .pctlrnr .pctlrnrxx .pnxtt .pnxttp2{
    float: left;
    font-size: 18px;
    color: #cccccc;
    margin-top: 3px;
    letter-spacing: 2px;
}
.show-info {
    width: 450px;
    float: right;
    color: #666666;
    margin-bottom: 60px;
}
.show-info .descption b {
    color: #333;
}
.show-info .share {
    border-bottom: #e0e0e0 solid 1px;
    max-width: 580px;
    padding-bottom: 30px;
    margin: 40px 0 20px 0;
}

.show-info .p1{
    font-size: 16px;
    margin: 15px 0;
    color: #333333;
}
.show-info .p2{
    font-size: 16px;
    margin: 15px 0;
    color: #333333;
}
.show-info .p3{
    font-size: 14px;
    margin: 10px 0;
    line-height: 28px;
    /*height: 110px;*/
    max-height: 110px;
    overflow: hidden;
}


.pnilx{
    position: relative;
    margin-top: 35px;
}
.pnilx .pro_tit{
    font-size: 18px;
    line-height: 2;
    color: #333333;
    margin-bottom: 20px;
}
.pnilx .pro_intro{
    font-size: 14px;
    line-height: 2;
    color: #333333;
    margin-bottom: 20px;
}
.pnilx .advisory{
    width: 160px;
    height: 45px;
    background-color: #287eb7;
    border: 0px;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.service_hotline{
    background: url(../image/nydh.png) no-repeat 5px center;
    padding-left: 65px;
    line-height: 30px;
    letter-spacing: 2px;
}

.service_hotline .pnilxp1{
    font-size: 16px;
    color: #287eb7;
}
.service_hotline .pnilxp2{
    font-size: 22px;
    color: #287eb7;
}

.info_list .info-item {
    margin-bottom: 40px;
    height: 122px;
}
.info_list .info-item .times {
    width: 100px;
    height: 100%;
    float: left;
    border-top: 1px solid #E2E2E2;
    text-align: center;
    color: #999;
    padding-top: 20px;
    position: relative;
}
.info_list .info-item .times .year {
    font-size: 18px;
    margin: 10px 0;
}
.info_list .info-item .times .day {
    font-size: 42px;
    font-weight: bold;
}
.info_list .info-item .times:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    border-top: 24px solid #287eb7;
    border-bottom: 24px solid transparent;
    border-right: 24px solid transparent;
}
.info_list .info-item .intro {
    margin-left: 20px;
    width: 675px;
    height: 100%;
    float: left;
    padding-top: 20px;
    border-top: 1px solid #E2E2E2;
}
.info_list .info-item .intro .img {
    width: 200px;
    height: 100px;
    float: left;
}
.info_list .info-item .intro .img img {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
.info_list .info-item .intro .txt {
    float: right;
    width: 450px;
    margin-right: 2px;
}
.info_list .info-item .intro .txt .part1 {
    font-size: 18px;
    color: #555;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
}
.info_list .info-item:hover .intro .txt .part1 {
    color: #287eb7;
}
.info_list .info-item .intro .txt .part2 {
    font-size: 12px;
    color: #333333;
    margin: 10px 0 8px;
}
.info_list .info-item .intro .txt .part2 span {
    color: #777777;
}
.info_list .info-item .intro .txt .part3 {
    font-size: 12px;
    color: #666666;
    line-height: 1.8em;
    height: 40px;
    overflow: hidden;
}
.info_list .info-item .arrow {
    width: 40px;
    height: 100%;
    float: right;
    background-color: #7d7d7d;
    transition: ease-in 0.4s;
    background-image: url('../image/arrow.png');
    background-position: center center;
}
.info_list .info-item:hover .arrow{
    background-color: #287eb7;
}
.info_list .info-item .arrow a {
    display: block;
    width: 100%;
    height: 100%;
}



.ivbox2{
    width: 280px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.ivbox2:nth-child(3n){
    margin-right: 0px;
}
.ivbox2:hover .ivboximg img{
    transform: scale(1.1);
}
.ivbox2:hover .ivboxtt{
    background-color: #287eb7;
    color: #ffffff;
}
.ivbox2 .ivboximg{
    width: 280px;
    height: 280px;
    overflow: hidden;
}
.ivbox2 .ivboximg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ivbox2 .ivboxtt{
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0 10px;
    background-color: #efefef;
    text-align: center;
    transition: all 0.3s;
}






/*vedio*/
.vidoitem{
    position: relative;
    width: 430px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.vidoitem:nth-child(2n){
    margin-right: 0px;
}
.vidoitem .video{
    position: relative;
    z-index: 2;
}
.vidoitem .txt {
    width: 100%;
    padding: 3% 0;
}
.vidoitem .txt .more{
    font-size: 16px;
    color: #333333;
    float: left;
    width: 70%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.vidoitem .txt .p2{
    font-size: 16px;
    color: #333333;
    text-align: center;
    float: right;
}






.case-item{
    width: 280px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.case-item:nth-child(3n){
    margin-right: 0px;
}
.case-item .lsimg{
    width: 100%;
    border: 1px solid #898989;
    overflow: hidden;
}
.case-item .lsimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s;
}
.case-item .lstit{
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    background-color: #898989;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: all .3s;
}
.case-item:hover .lsimg{
    border: 1px solid #287eb7;
}
.case-item:hover .lsimg img{
    transform:scale(1.1);
}
.case-item:hover .lstit{
    background-color: #287eb7;
}





.message_tit{
    color: #555555;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
}

.pzl_nr .pzl_message{
    width: 100%;
}
.pzl_nr .pzl_message .mr2{
    margin-right: 4%;
}
.pzl_nr .pzl_message .lxipt1{
    width: 48%;
    float: left;
    height: 50px;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding-left: 3%;
}
.pzl_nr .pzl_message .lxipt2{
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding-left: 3%;
    margin: 4% 0;
    border: 1px solid #eeeeee;
}
.pzl_nr .pzl_message .lxipt3{
    width: 100%;
    height: 250px;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 3%;
    line-height: 1.5;
    margin-bottom: 4%;
    resize:none;
    border: 1px solid #eeeeee;
}

.pzl_nr .pzl_message  .lxipt4{
    width: 20%;
    height: 50px;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding-left: 3%;
    float: left;
    border: 1px solid #eeeeee;

}
.pzl_nr .pzl_message .yzmcode{
    background-color: #287eb7;
    top: 293px;
    right: 30px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 2%;
    line-height: 50px;
    width: 130px;
    height: 50px;
}
.pzl_nr .pzl_message  .inptbut{
    width: 40%;
    float: right;
    height: 50px;
    background-color: #287eb7;
    border: 0px;
    border-radius: 5px;
    padding-left: 3%;
    color: #ffffff;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: bold;
}


.probox2{
    width: 280px;
    height: 185px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.probox2:nth-child(3n){
    margin-right: 0px;
}

.probox2:hover .proboxcot{
    background-color: #287eb7;
}

.probox2:hover .proboxcot .p1{
    border-bottom: 1px dashed #ffffff;
    color: #ffffff;
}
.probox2:hover .proboxcot .p2{
    color: #ffffff;
}
probox2:hover .proboxcot .bt1{
    background: #f1f2f4;
    color: #287eb7;
    font-weight:bold;
}
.probox2 .proboximg{
    width: 100%;
    overflow: hidden;
}
.probox2 .proboxcot{
    margin-top: -40px;
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
    width: 100%;
    background-color: #287eb7;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
}
.probox2:hover .proboxcot{
    margin-top: 0px;
}
.probox2:hover{
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);*/
}
.probox2:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s;
}


.probox2 .mbshow{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 0 solid #ffffff;
    z-index: 2;
    transition: all 0.1s;
    text-align: center;
}
.probox2 .mbshow .tit{
    font-size: 16px;
    color: #ffffff;
    width: 90%;
    margin-left: 5%;
    display: inline-block;
    margin-top: 15%;
    opacity: 0;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.probox2 .mbshow .ck{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    width: 150px;
    color: #FFFFFF;
    margin-top: 3%;
    opacity: 0;
    transition: all 0.3s;
    font-size: 14px;
}
.probox2:hover:after{
    opacity: 1;
}
.probox2:hover .proboximg img{
    transform: scale(1.1);
}
.probox2:hover .mbshow{
    border: 1px solid #ffffff;
}
.probox2:hover .mbshow .tit,.probox2:hover .mbshow .ck{
    transform: translateY(0) scale(1);
    opacity: 1;
}
